From a2830a0dd6f634147456406c7855881ff298078e Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Thu, 5 Jun 2025 20:03:27 +0200 Subject: Refresh portfolio design and fonts --- src/pages/blog/[id].astro | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/pages/blog/[id].astro') diff --git a/src/pages/blog/[id].astro b/src/pages/blog/[id].astro index 935a796..3dc324a 100644 --- a/src/pages/blog/[id].astro +++ b/src/pages/blog/[id].astro @@ -1,5 +1,5 @@ --- -import Layout from "../../layouts/Layout.astro"; +import Layout from "@/layouts/Layout.astro"; import { getCollection, render } from "astro:content"; import { type GetStaticPaths } from "astro"; @@ -32,6 +32,7 @@ const schema = { "@type": "BlogPosting", headline: entry.data.title, datePublished: entry.data.publishedAt.toISOString(), + keywords: entry.data.tags || [], author: { "@type": "Person", name: "Ariel Costas Guerrero", @@ -39,7 +40,8 @@ const schema = { publisher: { "@type": "Person", name: "Ariel Costas Guerrero", - logo: { + url: "https://www.costas.dev", + image: { "@type": "ImageObject", url: "https://www.costas.dev/favicon.png", }, @@ -74,6 +76,10 @@ const schema = { + +

+ Volver al blog +